home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Hity z okladki
/
Diino 4
/
diino4_Setup_En.exe
/
{app}
/
Diino.exe
/
0
/
RCDATA
/
TFRMWEBACCESS
/
TFRMWEBACCESS.txt
Wrap
Text File
|
2006-11-06
|
2KB
|
107 lines
inherited frmWebAccess: TfrmWebAccess
Left = 260
Top = 617
BorderStyle = bsDialog
Caption = 'frmWebAccess'
ClientHeight = 188
ClientWidth = 476
OnCreate = FormCreate
ExplicitWidth = 482
ExplicitHeight = 220
DesignSize = (
476
188)
PixelsPerInch = 96
TextHeight = 13
object lblTop: TLabel [0]
Left = 8
Top = 8
Width = 428
Height = 26
Anchors = [akLeft, akTop, akRight]
Caption =
'You can make this file/folder accessible from the web. It will b' +
'e reachable at www.diinoweb.com/USERNAME/FILENAME. (To protect ' +
'it you can also set a password.)'
WordWrap = True
end
inherited btnOK: TButton
Left = 312
Top = 156
Anchors = [akRight, akBottom]
TabOrder = 1
OnClick = btnOKClick
ExplicitLeft = 312
ExplicitTop = 156
end
inherited btnCancel: TButton
Left = 392
Top = 156
Anchors = [akRight, akBottom]
TabOrder = 2
ExplicitLeft = 392
ExplicitTop = 156
end
inherited gbOuter: TGroupBox
Left = 7
Top = 54
Width = 461
Height = 96
Anchors = [akLeft, akRight, akBottom]
Caption = ''
TabOrder = 0
ExplicitLeft = 7
ExplicitTop = 54
ExplicitWidth = 461
ExplicitHeight = 96
object lblPassword: TLabel
Left = 52
Top = 65
Width = 49
Height = 13
Caption = 'Password:'
end
object cbEnableWebAccess: TCheckBox
Left = 17
Top = 14
Width = 144
Height = 17
Anchors = [akLeft, akTop, akRight]
Caption = 'Enable web access'
TabOrder = 0
OnClick = cbEnableWebAccessClick
end
object edPassword: TEdit
Left = 119
Top = 60
Width = 123
Height = 21
MaxLength = 12
PasswordChar = '*'
TabOrder = 1
Text = 'Password:'
OnChange = edPasswordChange
end
object btnViewPassword: TButton
Left = 248
Top = 60
Width = 198
Height = 21
Anchors = [akLeft, akTop, akRight]
Caption = 'View current password'
TabOrder = 2
OnClick = btnViewPasswordClick
end
object cbEnablePasswordProtection: TCheckBox
Left = 29
Top = 37
Width = 429
Height = 17
Anchors = [akLeft, akTop, akRight]
Caption = 'Enable password protection'
TabOrder = 3
OnClick = cbEnableWebAccessClick
end
end
end